home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / misc / SaveBit.lha / SaveBit / SaveBit.readme < prev   
Text File  |  1999-03-27  |  1KB  |  40 lines

  1. Short: v1.5, Save data from inside files.
  2. Author: andrew.ab2000@bigfoot.com (Andrew Bell)
  3. Uploader: andrew.ab2000@bigfoot.com (Andrew Bell)
  4. Type: util/misc
  5. Requires: OS37+ (WB2+), MC68020
  6.  
  7. SaveBit is Copyright © 1998-1999 Andrew Bell.
  8.  
  9. SaveBit is a file ripper that allows you to obtain data that is located
  10. inside a file and save it as another file.
  11.  
  12. The input parameters are:
  13.  
  14. FILE/A        The name of the file to rip from.
  15. OFFSET/A      The offset into the file to start saving from (hex or dec).
  16. LENGTH/A      The length of the data to save (hex or dec). 
  17. DEST/A        Destination file.
  18. SE=SAVEEXE/S  Save the output file as an executable (Handy for disassembling).
  19.  
  20. Both the OFFSET and LENGTH parameters allow you to input hex ($1234abcd) or
  21. decimal (1234) values. When using hex prefix the number with '$' or '0x'.
  22.  
  23. If you set the length to -1 then save bit will save until the EOF.
  24.  
  25. If you wanted to save 512 bytes from a file called 'ram:foo' to a file
  26. called 'ram:ripped' starting at offset $c0000 then type the following
  27. in a Shell window:
  28.  
  29. "SaveBit ram:foo $c0000 512 ram:ripped"
  30.  
  31. The program requires AmigaOS 37+ (WB2.x+) and a MC68020 CPU, but don't
  32. take my word for it :-)
  33.  
  34. Not much more to say about this program...
  35.  
  36. USE THIS PROGRAM AT YOUR OWN RISK.
  37.  
  38.              Visit: http://www.homeusers.prestel.co.uk/ab2000
  39.  to get the latest release of this program and to see all of my other work.
  40.